home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / Gnuplot / Source / ContourOptionsPanel.h < prev    next >
Encoding:
Text File  |  1993-03-18  |  326 b   |  23 lines

  1.  
  2. /* $Id: ContourOptionsPanel.h,v 1.1.1.1 1993/03/18 03:31:27 davis Exp $ */
  3.  
  4.  
  5. #import "OptionsPanel.h"
  6.  
  7. @interface ContourOptionsPanel:OptionsPanel
  8. {
  9.     id    kindMatrix;
  10.     id    pointsField;
  11.     id    orderField;
  12.     id    keyButton;
  13. }
  14.  
  15. - init;
  16.  
  17. - doSetKind:sender;
  18. - doSetPoints:sender;
  19. - doSetOrder:sender;
  20. - doSetKey:sender;
  21.  
  22. @end
  23.